home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Magazine / C_Tutorial / Part-7 / arexx0 / loadsave.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-26  |  137 b   |  13 lines

  1. #ifndef LOADSAVE_H
  2.  
  3. #define LOADSAVE_H
  4.  
  5. #include<intuition/intuition.h>
  6.  
  7. int  load(void);
  8. void save(void);
  9.  
  10. void freeReqs(void);
  11.  
  12. #endif
  13.